home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t5.d64 / EDA.SMOOTH.INF < prev    next >
Text File  |  2009-01-18  |  1KB  |  22 lines

  1.                     PPPP smoothing trends PPPP
  2.                          @@@@@@@@@@@@@@@@
  3.  introduction
  4.  @@@@@@@@@@@@         the workspace smooth contains four procedures which
  5.                       can be used for smoothing. these are>_
  6.                          a3r        _uses running medians of three
  7.                          b3r        _see p129_130 mcneil.
  8.                          smooth3r   _         !
  9.                          smoothr    _         !
  10.  command syntax
  11.  @@@@@@@@@@@@@@          a3r dddd  _where dddd is a numeric vector.
  12.                                                             @@@@@@@
  13.                    z[smoothr dddd  _store smoothed sequence in z
  14.  comment
  15.  @@@@@@@                 normally these functions are used in conjunction
  16.                          with other functions _ particularly the function
  17.                          scat.
  18.                          execution times can be considerable when the
  19.                          number of data points exceeds 100.
  20.  
  21.                  PP n.b. read mcneil :chapter 6" for more information.
  22.